home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000263_drwho8@att.net_Thu Apr 29 12:08:28 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
  2. Newsgroups: comp.protocols.kermit.misc
  3. Subject: Strange error happens when building G-Kermit on a Slackware 9.1 box
  4. From: drwho8@att.net (Gregg C Levine)
  5. X-Newsreader: WinVN 0.99.9 (Released Version) (x86 32bit)
  6. MIME-Version: 1.0
  7. Content-Type: Text/Plain; charset=US-ASCII
  8. Lines: 33
  9. Message-ID: <o30kc.62819$um3.1202849@bgtnsc04-news.ops.worldnet.att.net>
  10. NNTP-Posting-Host: b4932aef4cb7149a64520a575a970b1c
  11. X-Complaints-To: abuse@worldnet.att.net
  12. X-Trace: bgtnsc04-news.ops.worldnet.att.net 1083215188 b4932aef4cb7149a64520a575a970b1c (Thu, 29 Apr 2004 05:06:28 GMT)
  13. NNTP-Posting-Date: Thu, 29 Apr 2004 05:06:28 GMT
  14. Organization: AT&T Worldnet
  15. Date: Thu, 29 Apr 2004 05:06:28 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14982
  17.  
  18. Hello from Gregg C Levine
  19. The strangest error turns up when building G-Kermit on a Slackware 9.1 box. (Both 
  20. this one, when running Linux, and my other one.) I've even seen it happen on a 
  21. Slackware 8.0 laptop. Anyway I made a script of the error message and I am 
  22. posting it here:
  23. Script started on Thu Apr 29 00:49:32 2004
  24. root@who6:/usr/local/src/gku100# make
  25. cc -DPOSIX -O  -c gwart.c
  26. cc -o gwart gwart.o
  27. ./gwart gproto.w gproto.c
  28. 11 states, 20 actions
  29. cc -DPOSIX -O  -c gproto.c
  30. cc -DPOSIX -O  -c gkermit.c
  31. cc -DPOSIX -O  -c gunixio.c
  32. cc -DPOSIX -O  -c gcmdline.c
  33. cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
  34. gkermit.o(.text+0x59f): In function `sfile':
  35. : undefined reference to `errno'
  36. gkermit.o(.text+0x9be): In function `seof':
  37. : undefined reference to `errno'
  38. gkermit.o(.text+0x17be): In function `decode':
  39. : undefined reference to `errno'
  40. collect2: ld returned 1 exit status
  41. make: *** [gkermit] Error 1
  42. root@who6:/usr/local/src/gku100# exit
  43. exit
  44. Both of these machines run with the 3.2.3 version of gcc, and the 2.14.90.0.6 
  45. 20030820 of the binary utilities. The first group is the actual, the last part is the date 
  46. code. I would appreciate some help. Incidentally the current release of C-Kermit, 
  47. built perfectly on both boxes.
  48. Gregg C Levine drwho8 atsign att dot net
  49. "This signature disavows its existence."
  50.